Welcome![Sign In][Sign Up]
Location:
Search - char vc

Search list

[OtherChar.cpp

Description: 关于char的一个小程序,用VC编写的,CCP文件
Platform: | Size: 710 | Author: sun | Hits:

[Internet-NetworkChar

Description: 一个聊天室服务端和客户端程序,可以设置服务器和端口-A chat room service client and the client program, you can set the server and port
Platform: | Size: 101376 | Author: 站长 | Hits:

[Graph programchar Identify

Description: 联机数字、英文字符及汉字识别程序源码,做得很不错哟!-online figures, Chinese characters and English characters and source identification procedures done quite well yo!
Platform: | Size: 109568 | Author: 刘英 | Hits:

[File Operate20040913190255_vczx_clsrwini

Description: 读写ini的C++类 一、本类只有4个函数,分别为写数字,读数字,写文本,读文本。支持相对路径。可以用于有或无mfc支持的程序。visual c++6编译通过。 ini格式: [appname] keyname=s 二、代码:请下载压缩包。 三、如需要绝对路径删除CHAR FilePath[255] ---strcat(FilePath,fn)-literacy ini a category C, the only four categories of functions, namely digital writing, word reading, writing text, reading text. Support relative path. Can be used with or without mfc support procedures. Visual C++6 compile. Ini format : [appname] keyname = s 2, code : Please download compressed. Three, if required absolute path to delete CHAR FilePath [255]--- Geodetic (FilePath, fn)
Platform: | Size: 1024 | Author: 王迎芳 | Hits:

[VC/MFCVCCString-int-string-char.txt

Description: VC various types of conversion -VC various types of conversion
Platform: | Size: 1494016 | Author: siyouran | Hits:

[Windows Develop这个类包含了几种常见字符集以及字符串的转化方法

Description: 这个类包含了几种常见字符集以及字符串的转化方法,VC源代码-This class includes normal char set and transformation of string.
Platform: | Size: 3072 | Author: 张云 | Hits:

[CommunicationQueueTest

Description: VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue<QueueData> TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue /////////////////////////////////////////# include "Queue . h "//define queue data struct QueueData struct (char data [20] int nId)// define queue typedef TQueuelt; QueueDatagt; TMyQueue// put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data.data, "hello!") data.nId m_pMyQueue.TryPut = 0 (data))// try put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data. data, "hello!") data.nId = 0 if (m_pMyQueue.TryPut (data)! = 0) (MessageBox ( "put queue error")) else (MessageBox ( "put queue success")))// get data from QueueData data queue (memset (data, 0, sizeof (data))
Platform: | Size: 33792 | Author: zj | Hits:

[Crack Hackfilepassword

Description: 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile(char * pFileName) //解密文件,输入参数为文件名 BOOL DeCryptFile(char * pFileName) //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve(char * dir, char * arch) BOOL UnArchieve(char * arch, char * dir) 希望这些资料给广大网友带来便利! 本程序为网上下载-use of the documents prepared by the VC operation FileTool category has four main functions :// encryption, the input parameters for file names, use the BlowFish encryption algorithm BOOL EncryptFile (char* pFileName)// declassified document and the document input parameters were BOOL DeCryptFile (char* pFileName )// directory to a package of documents, including subdirectories, using a compression algorithm BOOL LZARI Archieve (char* dir, char* arch) BOOL UnArchieve (char* arch, char* dir) hope that such information for the majority of netizens bring convenience! this procedure downloading
Platform: | Size: 22528 | Author: 丁建军 | Hits:

[MiddleWaretransfer_char_to_key

Description: VC7.1中如果将char*作为key的话需要重载关于char*的hash_compare函数 可是我怎么都没法搞定 只好将char*转为int,反正指针地址总是唯一的,然后重载关于 int的hash_compare函数,使用时将char*强制转为int即可我想除了用STLPort外,应该还有更好的方法吧 -VC7.1 which will char* key as the need for heavy char* has h_compare function but I happen to get how they will char to int*, Anyway, the only indicator is the address, then heavy on the hash_compare int function, the use of char to int* will be compulsory I would like to use STLPort addition, there should be a better way to it
Platform: | Size: 1024 | Author: 夏志勋 | Hits:

[Data structs16hex_to_char

Description: 十六进制数转成字符输出,用vc++编写啊-Hexadecimal number into a character output, with vc++ Prepared ah
Platform: | Size: 365568 | Author: damxie | Hits:

[Data structs7MethodsOfQsort

Description: 快速排序(qsort)在程序开发中的七种用法(VC)。其中列举了对int和char型数组排序、结构和类的一级二级排序等,具体的cmp函数。-Quicksort (qsort) in the development of seven Usage (VC). Which lists the type of int and char array to sort, structure and type of level 2 ranking, the specific function cmp.
Platform: | Size: 27648 | Author: sql | Hits:

[EditorBinaryEditor

Description: 自己写的二进制编辑器.二进制阅读器.类似于ultra Edit. 功能:decimal,hexadecimal,char: 十进制显示,十六进制显示.字符串显示. 十进制查找,十六进制查找.字符串查找.十进制替换,十六进制替换.字符串替换.-Write your own binary editor. Binary reader. Similar to ultra Edit. Function: decimal, hexadecimal, char: Decimal show hexadecimal display. String display. Find decimal, hexadecimal find. String to find. Replacement decimal, hexadecimal replacement. Replacement string.
Platform: | Size: 53248 | Author: fdsa | Hits:

[VC/MFClesson12

Description: 孙鑫老师VC视频第十二课代码:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-SUN Xin video twelfth class teacher VC code: const char* and char* const distinction. C language of the document to read and write support, FILE pointer text file and binary file distinction. Used to read and write text files and read and write files in binary mode Notes. C++ Of documents to read and write support, ofstream and ifstream usage. Win32 SDK to read and write support for the document, CreateFile function, WriteFile function, ReadFile function to use MFC support reading and writing of the document, CFile Class CFileDialog and the use of paper filter settings. win.ini file and registry read and write methods and related knowledge points.
Platform: | Size: 38912 | Author: shanyingying | Hits:

[Windows Developwchar_t

Description: vc中常用数据格式转换,如wchar_t,char*,CString,int等。-vc commonly used data format conversion, such as wchar_t, char*, CString, int, etc..
Platform: | Size: 1024 | Author: zhang lz | Hits:

[Windows Developtemp

Description: 温湿采集Templow=float(templow)/100 char ctemplow[20] sprintf(ctemplow," 2.2lf",m_Templow) SetDlgItemText(IDC_WISH_TEMP_LOW,ctemplow) -I use VC for the tempration and shi du ,and display the data to the screenI use VC for the tempration and shi du ,and display the data to the screenI use VC for the tempration and shi du ,and display the data to the screen
Platform: | Size: 1971200 | Author: 赵英伟 | Hits:

[VC/MFCVcTool

Description: ASCII 码与字符串的转换,VC实现。-the Changer between ASCII code and char. VC code.
Platform: | Size: 57344 | Author: | Hits:

[VC/MFCVCprog

Description: VC编程技巧大会总 1、VC++常用数据类型(1) 一.VC常用数据类型列表 二.常用数据类型转化 2.1 数学类型变量与字符串相互转换 2.2 CString 及 string,char *与其他数据类型的转换和操作 ●CString,string,char*的综合比较 ●数学类型与 CString 相互转化 ●CString与 char*相互转换举例 ●CString 与 BSTR 型转换 ●VARIANT 型转化成 CString 型 2.3 BSTR、_bstr_t 与 CComBSTR 2.4 VARIANT 、_variant_t 与 COleVariant 附录 CString 及字符串转及操作详解 参考书籍:CSDN,<<MFC深入浅出(Second Edit)>> 一.VC常用数据类型列表 -VC编程技巧大会总 1、VC++常用数据类型(1) 一.VC常用数据类型列表 二.常用数据类型转化 2.1 数学类型变量与字符串相互转换 2.2 CString 及 string,char*与其他数据类型的转换和操作 ●CString,string,char*的综合比较 ●数学类型与 CString 相互转化 ●CString与 char*相互转换举例 ●CString 与 BSTR 型转换 ●VARIANT 型转化成 CString 型 2.3 BSTR、_bstr_t 与 CComBSTR 2.4 VARIANT 、_variant_t 与 COleVariant 附录 CString 及字符串转及操作详解 参考书籍:CSDN,<<MFC深入浅出(Second Edit)>> 一.VC常用数据类型列表
Platform: | Size: 98304 | Author: 郑梅 | Hits:

[Windows Developcstringswap

Description: vc++字符串与其它类型转换,如int,char-vc++ cstring swap
Platform: | Size: 7168 | Author: jack | Hits:

[Windows DevelopCString-int-string-char--change

Description: 各种数据类型的转换,在vc中用到的数据类型的转换全方法列举-The conversion of various data types, in vc types used in the conversion of all methods of data listed
Platform: | Size: 1024 | Author: huangmengdi | Hits:

[OtherCstring-transition-char-string-int

Description: Cstring转char、string、int等数据类型的方法,这是我们VC编程经常用到的方法,希望对大家有用!-The transfected char, string, int data type in Cstring. Txt
Platform: | Size: 2048 | Author: 黄德才 | Hits:
« 12 3 »

CodeBus www.codebus.net